home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / stereo.def < prev    next >
Text File  |  1992-08-19  |  510b  |  19 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; Stereo.def - Sample QuickTime for Windows Application
  5. ;
  6. ;              (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. ;
  8. ; ---------------------------------------------------------------------
  9.  
  10. NAME        STEREO
  11. DESCRIPTION 'Sample Application'
  12. EXETYPE     WINDOWS
  13. STUB        'winstub.exe'
  14. CODE        PRELOAD MOVEABLE DISCARDABLE
  15. DATA        PRELOAD MOVEABLE MULTIPLE
  16. HEAPSIZE    1024
  17. STACKSIZE   16384
  18.  
  19.